home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / edit / yame.zip / READ.ME next >
Text File  |  1994-12-18  |  3KB  |  85 lines

  1. YAME (Yet Another Memo Editor) version 1.00              12/18/94
  2. -----------------------------------------------------------------
  3.  
  4. Thank you for your interest in YAME!
  5.  
  6. YSAMPLES.BAT will try to run dBASE with the YAME sample
  7. configuration, which will demonstrate some different methods for
  8. using YAME.  Just type YSAMPLES at the DOS prompt.
  9.  
  10. If you run into an "anomaly" please upload all the relevant files
  11. and _exact_ directions for reproducing the behavior via E-mail on
  12. CompuServe.
  13.  
  14. My CompuServe address is: 72662,1305
  15.  
  16. On the other hand, please _do not_ ask me technical questions via
  17. private mail.  Please post your questions in the dBASE IV
  18. Programming section of the CompuServe dBASE forum.  This (a)
  19. makes it easier for me to respond to your questions; (b) allows
  20. others to benefit from the answers; and (c) allows others to
  21. contribute.
  22.  
  23. Again, thanks.                                    -- Kenneth Chan
  24.  
  25. =================================================================
  26.  
  27. Contents
  28. --------
  29.  
  30. READ.ME         This file
  31. Y.COM           The YAME executable
  32. YAMEPARM.BIN    dBASE-loadable parameter module
  33. YAMEBUFF.BIN    Work buffer for .BIN invocation
  34. YAMEBUF8.BIN    Smaller version of buffer
  35. YAME.DOC        The documentation file
  36. YSAMPLES.BAT    Startup file for YAME samples
  37. YSAMPLES.CFG    CONFIG.DB file for YAME samples
  38. YSAMPLES.PRG    YAME demonstration program
  39. YSAMPLES.DBF    Sample .DBF
  40. YSAMPLES.DBT    Sample .DBT
  41. YSAMPLE1.SCR    Sample screen form -- one memo
  42. YSAMPLE1.FMT    Sample format file -- one memo
  43. YSAMPLE2.SCR    Sample screen form -- two memos
  44. YSAMPLE2.FMT    Sample format file -- two memos
  45.  
  46. =================================================================
  47.  
  48. Revision history
  49. ----------------
  50.  
  51. v0.60  08/28/93 -- First pre-release version
  52.   - Ctrl-PgDn displays complete last page
  53.   - .BIN invocation returns exit codes
  54.   - YAMEBUFF returns registered file size
  55.   - Prevent file read overrunning buffer
  56.   - Block copy, move, delete
  57.   - Rewrap paragraph
  58.   - Move cursor to previous/next paragraph
  59.   - Sample files
  60.  
  61. v0.61  10/05/93
  62.   - Workaround funny NetWare .BIN file opening
  63.   - Ctrl-End in read-only mode now returns code 0
  64.   - Workaround for dBASE's abort READ memo problem explained
  65.  
  66. v0.62  10/21/93
  67.   - Disable Shift-Tab, Alt-B, and Insert in read-only mode
  68.  
  69. v0.63  12/23/93
  70.   - No program changes, just changed my CIS ID in documentation
  71.  
  72. v0.64  01/28/94
  73.   - Added Int vectors 97h - AFh to inter-module communication
  74.     vector scan
  75.  
  76. ....very long, uneventful gamma test....
  77.  
  78. v1.00  12/18/94 -- Release version
  79.   - Improve internal performance; noticeable only on large files
  80.     and/or slow computers
  81.   - Read new soft carriage return format for memos saved with
  82.     dBASE 5 EDITOR object
  83.   - dBASE 5 usage notes
  84.   - Availability on FTP site (ftp.borland.com)
  85.